home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1239 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  913 b 

  1. Date:     Wed, 23 Mar 1994 16:35:10 -0700
  2. From: michal@gortel.phys.ualberta.ca (Michal Jaegermann)
  3. Message-Id: <9403232335.AA02290@gortel.phys.ualberta.ca>
  4. To: sjg@phlim.ph.kcl.ac.uk (Simon Gornall)
  5. Subject: Re: Floating point usage
  6. Newsgroups: comp.sys.atari.st.tech,comp.sys.atari.st
  7. Organization: Department of Physics, University of Alberta
  8. X-Newsreader: TIN [version 1.2 PL2]
  9.  
  10. In article <1994Mar23.125236.2532@bay.cc.kcl.ac.uk> you wrote:
  11. : Can anyone tell me how to use the floating point co-processor in gcc?
  12. : I have a 68882 fitted which I'd love to use :-)
  13.  
  14. You just have to recompile libraries for co-processor.  Makefiles
  15. have corresponding targets in them, they are just not defaults.
  16. Later you will add -m68881 flag when compiling and that is about
  17. it.  Such executable will not run on a machine without co-processor.
  18. 68881 or 68882 does not make a difference from a compiler point
  19. of view.
  20.  
  21.    Michal
  22.